Install streamsx

Installs the Python package streamsx from PyPi into your DSX environment to allow access to a IBM Bluemix Streaming Analytics service.

Once installed in a Data Science Experience environment you can:

  • Create streaming application that execute in the Streaming Analytics service
  • Access data streams from views defined in any application running on the service

In [ ]:
!pip uninstall --yes streamsx

More text


In [2]:
!pip install streamsx


Collecting streamsx
  Using cached streamsx-0.5.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): requests in /gpfs/global_fs01/sym_shared/YPProdSpark/user/s331-aa303713f24ddb-6bc6a4aebd21/.local/lib/python3.5/site-packages (from streamsx)
Requirement already satisfied (use --upgrade to upgrade): future in /gpfs/global_fs01/sym_shared/YPProdSpark/user/s331-aa303713f24ddb-6bc6a4aebd21/.local/lib/python3.5/site-packages (from streamsx)
Requirement already satisfied (use --upgrade to upgrade): dill in /usr/local/src/conda3_runtime.v4/4.1.1/lib/python3.5/site-packages (from streamsx)
Installing collected packages: streamsx
Successfully installed streamsx-0.5.0

In [ ]: